home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Games
/
Arashi 1.1.1
/
source code
/
Game Source
/
mtz
/
(Misc)
/
GDEF projs
/
ASHIgdef.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-15
|
211 b
|
9 lines
|
[
TEXT/KAHL
]
/* return a 1 saying that ARASHI is running */
pascal OSErr main(selector, response)
OSType selector;
long *response;
{
*response = 0x1; /* return a value that will re-enable superclock */
return 0;
}